GeoChatOrBuilder

interface GeoChatOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getMessage(): String

The text message
string message = 1;
Link copied to clipboard
abstract fun getMessageBytes(): ByteString

The text message
string message = 1;
Link copied to clipboard
abstract fun getTo(): String

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
abstract fun getToBytes(): ByteString

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
abstract fun getToCallsign(): String

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
abstract fun getToCallsignBytes(): ByteString

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
abstract fun hasTo(): Boolean

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
abstract fun hasToCallsign(): Boolean

Callsign of the recipient for the message
optional string to_callsign = 3;